projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e000d
)
(interpreter-mode-alist): Handle nawk.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Sep 1995 19:19:08 +0000
(19:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Sep 1995 19:19:08 +0000
(19:19 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index fc38769f70349c0827cfe389f38c2c15606d450c..a2289337777bcc28def5e1f140e6943c10257886 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-956,6
+956,7
@@
REGEXP and search the list again for another match.")
("tcl" . tcl-mode)
("tclsh" . tcl-mode)
("awk" . awk-mode)
+ ("nawk" . awk-mode)
("gawk" . awk-mode)
("scm" . scheme-mode))
"Alist mapping interpreter names to major modes.